home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr06 / winyz11.zip / README.1ST next >
Text File  |  1993-07-05  |  3KB  |  90 lines

  1. Win-Yacht is distributed as shareware.
  2.  
  3. If you find this program entertaining then please send in the $5.00
  4. registration fee. Send the registration to the following address.
  5.  
  6.      Philip DiSario
  7.      53 Malden Street
  8.      Malden, MA 02148
  9.  
  10. Register online through compuserve (GO SWREG). SWREG # 785
  11.  
  12. Win-Yacht is a yahtzee like dice game for windows version 3 or 3.1.
  13.  
  14. The program was written using visual basic professional development
  15. kit. Instructions for playing the game are including in the on line
  16. help facility. It is best to install the program using the setup
  17. program provided. The downloaded package should include the following
  18. files.
  19.  
  20.      Winyz.exe:     the executable program file
  21.      Winyz.hlp:     online help file
  22.      Setupyz.exe:   setup program
  23.      Threed.vbx:    extensions to visual basic
  24.      Setupkit.dll:  required by the setup program.
  25.      Readme.1st:    this file      
  26.  
  27.      Vbrun200.dll:  Visual Basic run time library may or may not
  28.             be included depending on where you got the program.
  29.             This file must be installed for Win-Yacht to run.                
  30.             This file can be downloaded from the MSBASIC 
  31.             forum on compuserve.
  32.     
  33. To install Win-Yacht using the installation program simply run
  34. SETUPYZ.EXE from the program manager or file manager. The installation program
  35. will install the files in the proper directories and create a group item and
  36. program icon for Win-Yacht.    
  37.  
  38. If you recieved the Win-Yacht package with vbrun200.dll and do not have the 
  39. library installed then you should run setupyz1.exe.  
  40.  
  41. If you do not wish to use the installation program you can install
  42. the program manually as follows.
  43.  
  44. Make a directory for the program files from DOS or the file manager. 
  45. For example, to install the program in a directory called WINYZ type
  46. the following from the DOS prompt.
  47.     
  48.         md WINYZ       
  49.              copy winyz.exe \winyz\winyz.exe
  50.              copy winyz.hlp \winyz\winyz.hlp
  51.  
  52. Find out where in your system windows looks for the dynamic link libraries
  53. (files with the dll extension). Using the file manager simply look in 
  54. the windows directory/subdirectories. If you have DOS 5 just type
  55. from the root directory dir *.dll/s to find the proper directory. 
  56.            
  57. Copy the following files to that directory. For example if the windows syzstem
  58. files are located in the directory \windows\system type the following from DOS.
  59.           
  60.           copy threed.vbx \windows\system\threed.vbx
  61.  
  62. Install winyz.exe from the program manager like you would any other program.
  63. or run directly if you wish.
  64.  
  65. Alternatively, you could copy the three files to a single directory. 
  66.  
  67. To load the program with sound disabled use the /ns option (winyz /ns).
  68.  
  69. Release notes
  70.  
  71.     12/29/92     v1.00
  72.     02/26/93    v1.01    Bug fixes for 2 player mode    
  73.     03/11/93    v1.02    Compiled with Visual Basic 2.0
  74.     03/20/93    v1.03    Minor cosmetic changes
  75.     04/04/93    v1.04    Eliminated need for cmdialog.vbx
  76.                 Changes API sound driver calls 
  77.                 to cure sound problems on some machines.
  78.     04/10/93    v1.1    Code clenup. More dialog boxes. Fixed a 
  79.                 compatibility problem with Windows 3.0.
  80.                 Fixed problem that caused sporadic hangups 
  81.                 on some machines.    
  82.  
  83. Enjoy the game 
  84.  
  85. Phil D
  86.      
  87.  
  88.  
  89.      
  90.